home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / NEUCLS3.ZIP / NURN.ZP / CNV.HLP < prev    next >
Text File  |  1993-01-02  |  1KB  |  27 lines

  1. 1. Data Pre-Processing Functions
  2.  a. Count number of input patterns
  3.  b. Normalize individual features, if desired
  4.  c. Delete unwanted classes
  5.  d. Normalize numbers of patterns per class, if desired
  6.  e. Write new data files to disk, if desired
  7.  
  8. 2. Example of Pre-Processing
  9.  a. Go to the "Batch Processing" option and press <ret>
  10.  b. Observe the parameter file with commented keyboard responses;
  11.  
  12. 1             ! 1 for input in standard form, 2 for nonstandard
  13. GRNG          ! data filename
  14. 17            ! number of numbers per pattern including inputs and class id
  15. 0             ! 1 to even out # patterns/class if required, 0 else
  16. 0             ! 1 to save data to a new file, 0 else
  17.  
  18.     Here, "standard form" means IANS format; inputs followed 
  19.     by the integer class id.
  20.  c. Exit the DOS editor and observe the program running
  21.  d. Go to the "Examine Program Output" option and press <ret>
  22.  e. The program has counted the total number of training
  23.     patterns or vectors and also the numbers of patterns per
  24.     class.
  25.  f. You can run this program on your own data. If it is not 
  26.     in IANS form, use the "Manual Run" option.
  27.